home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / gccfrnt1.rdm < prev    next >
Text File  |  1993-07-25  |  936b  |  36 lines

  1. Short: Driver & Setup program for GNU C / C++
  2.  
  3. This is my Driver for the GCC-Package (cpp,cc1,gas,ld).
  4. It should support most features and flags as described in
  5. the Manuals for GCC.
  6.  
  7. 'gcc' and 'setup' do no longer support SOBJA-BLINK.
  8. (Try the GNU-Linker LD instead.)
  9.  
  10. Usage :  gcc [flags] files...
  11.          'gcc ?' or 'gcc -h' for short info.
  12.  
  13. New:    -q option. (run quietly)
  14.  
  15. Notice: You can use SETUP to set or select multiple
  16.         configurations for CPP, CC1 and/or C++, GAS and LD
  17.         in the environmet.
  18.  
  19.  
  20. Version 2.1 of this Frontend will set the STACK for all
  21. passes automatically.
  22.  
  23. It works best under Amiga-OS 2.0, but should also do under
  24. 1.2/1.3 (You can use <CTRL-C> only between passes in case
  25. of 1.3).
  26.  
  27. It was compiled with GCC 2.1.
  28.  
  29.  
  30. You can EMAIL me currently at 'knopper@rhrk.uni-kl.de'
  31. (Please use 'Subject: GCC' !!)
  32.  
  33. (C) by The KRUEMELMONSTER2000 Software Company August 1992.
  34.  
  35. This version is Public Domain.
  36.